<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header,
footer,
#main {
  width: 100%;
  overflow: hidden;
  min-width: 1200px;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  display: block;
  position: relative;
}
#span{
	position:absolute;
	right:0px;
	top:20px;
	
}
.wrapper p small{
	position:absolute;
	right:0px;
	top:50px;
	
	
}
.banner{
  overflow: hidden;
}
/* å˜é‡ */
/*css3*/
.clear::after {
  display: block;
  content: '';
  clear: both;
}
.scale {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
/************************header************************/

.logo&gt;small {
  float: right;
  font-size: 14px;
  color: #555454;
  background: url("../image/tel.png") no-repeat left center;
  padding-left:32px;
  display: block;
  height: 50px;
  line-height: 46px;
}

.logo {
  overflow: hidden;
  padding: 18px 0;
}
.logo&gt;img{
  float: left;
}
.logo .search{
  float:right;
}
.lang{
  float:left;
  margin-left: 14px;
  margin-top: 10px;
  width: 90px;
  height: 34px;
  background: #0e56a7 url("../image/earth.png") no-repeat 10px center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  border-radius: 5px 5px;
  position: relative;
  z-index: 999;
}
.lang a{
  display: block;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 34px;
  padding-left: 10px;
}
.lang b{
  background: url("../image/jt.png") no-repeat right center;
  display: block;
  width: 10px;
  height: 34px;
  position: absolute;
  top:0px;
  right:10px;
}
.lang b:hover{
  cursor: pointer;
}
.langtoggle{
  display: none;
  width: 100%;
  position: absolute;
  top:30px;
  left:0;
  background: #1b4777;
}
.langtoggle a:hover{  cursor:pointer;}
.searchborder{
  width: 293px;
  height: 46px;
  line-height: 46px;
  border:1px solid #b3b3b3;
  border-radius: 30px 30px;
  position: relative;
}
.searchborder input[type=text]{
  position: absolute;
  top: 0;
  width: 75%;
  height: 44px;
  outline: none;
  border-radius: 30px 0 0 30px;
  border: 0;
  padding-left: 20px;
  font-size: 14px;
}
.searchborder input[type=submit]{
  outline: none;
  position: absolute;
  right:0;
  width: 20%;
  height: 100%;
  background: url("../image/search.png") no-repeat center;
  border-radius:0 30px 30px 0;
  border: 0;
}
.searchborder input[type=submit]:hover{cursor: pointer;}

.nav{
  background: #009a62;
}
.nav ul:after{
  display: block;
  content: '';
  clear: both;
}
.nav ul li{
  float:left;
  line-height: 58px;
  background: url("../image/navline.png") no-repeat right center;
    position: relative;
}
.nav ul li:last-child{
  background: none;
}
.nav ul li&gt;a{
  display: block;
  width: 171px;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: 300ms 0s all linear;
  -moz-transition: 300ms 0s all linear;
  -ms-transition: 300ms 0s all linear;
  -o-transition: 300ms 0s all linear;
  transition: 300ms 0s all linear;
}
.nav ul li&gt;a:hover {
  background: #007248;

}
.nav ul li .showprolist{
  display: none;
  position: absolute;
  top: 58px;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
  width: 615px;
  padding: 15px;
  background:rgba(255, 255, 255, 0.83);;
  z-index: 100;
}
.nav ul li .showprolist .profa{
  float:left;
  height:100%;
  width:33%;
}
.showson a{
  display: block;
  width: 100%;
  box-sizing: border-box;
  line-height: 26px;
  font-size: 14px;
  padding-left: 25px;
}
.profa p{
  padding-left:10px;
  line-height:30px;
}
  /*main*/
/*product*/
.pro_tit{
  margin-top: 67px;
  margin-bottom: 40px;
}
.pro_tit p{
  font-size: 20px;
  color: #959595;
  text-align: center;
  text-transform: uppercase;
}
.pro_tit h4{
  font-size: 24px;
  color: #0e56a7;
  text-align: center;
  line-height: 55px;
}

.company:after{
  display: block;
  content: '';
  clear: both;
}
.company img{
  float:left;
}
.company .com_text{
  float:right;
  width: 668px;
  overflow: hidden;
}
.com_text div:after{
  display: block;
  content: '';
  clear: both;
}
.com_text div h4{
  float:left;
  font-size: 30px;
  color: #252525;
  font-weight: normal;
}
.com_text div h4 span{
  font-weight: bold;
}
.com_text div a{
  float:right;
  font-size: 14px;
  color: #FFFFFF;
  display: block;
  text-align: center;
  width: 75px;
  height: 30px;
  line-height: 30px;
  background: #0caa70;
  border:1px solid #0caa70;
  -webkit-transition: 300ms 0s all linear;
  -moz-transition: 300ms 0s all linear;
  -ms-transition: 300ms 0s all linear;
  -o-transition: 300ms 0s all linear;
  transition: 300ms 0s all linear;
}
.com_text div a:hover{
  background: #FFFFFF;
  color: #0caa70;
}
.com_text p{
  color: #858585;
  font-size: 14px;
  line-height: 35px;
  margin-top: 23px;
  margin-bottom: 25px;
}
.com_text ul:after{
  display: block;
  content: '';
  clear: both;
}
.com_text ul li{
  float:left;
  margin-right: 7px;
  background: #02ab6d;
  -webkit-transition: 300ms 0s all linear;
  -moz-transition: 300ms 0s all linear;
  -ms-transition: 300ms 0s all linear;
  -o-transition: 300ms 0s all linear;
  transition: 300ms 0s all linear;
}
.com_text ul li:last-child{
  margin-right:0;
}
.com_text ul li:hover{
  background: #0e56a7;
}
.com_text ul li a{
  display: block;
  width: 128px;
  height: 118px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  color: #ffffff;
  padding-top: 79px;
  text-align: center;
}
.com_text ul li:nth-child(1) a{  background: url("../image/s1.png") no-repeat center 30px;}
.com_text ul li:nth-child(2) a{  background: url("../image/s2.png") no-repeat center 30px;}
.com_text ul li:nth-child(3) a{  background: url("../image/s3.png") no-repeat center 30px;}
.com_text ul li:nth-child(4) a{  background: url("/babimg/m/images/pii4.png") no-repeat center 30px;}
.com_text ul li:nth-child(5) a{  background: url("../image/s5.png") no-repeat center 30px;}

.pro{
  margin-top: 70px;
  margin-bottom: 64px;
}
.pro:after{
  display: block;
  content: '';
  clear: both;
}
.pro&gt;div{
  float:left;
  width: 380px;
  margin-right: 30px;
}
.pro&gt;div:last-child{
  margin-right: 0;
}
.pro h5{
  font-size: 20px;
  color: #0e56a7;
}
.pro ul{
  height: 266px;
  margin-top: 15px;
  border-top:1px solid #d0d0d0;
  background: #f0f0f0;
  padding:10px 0;
  overflow: hidden;
}
.pro ul li{
  padding-left:25px;
  position: relative;
}
.pro ul li b{
  display:block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  z-index:-1;
  background: #0e56a7;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.pro ul li:hover b{
  left:0;
}
.pro ul li:hover a{
  color: #fff;
}
.pro ul li a{
  display: block;
  font-size: 14px;
  color: #121212;
  line-height: 35px;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.pro ul li a span{
  font-weight: bold;
}


/*news*/
.news_tit h3{
  font-size: 40px;
  color: #0e56a7;
  text-transform: uppercase;
  text-align: center;
}
.news_tit p{
  font-size: 20px;
  color: #1f1f1f;
  text-align: center;
}
.newsbg{
  border-top:1px solid #c7c7c7;
  background: #f2f2f2;
  padding-top: 35px;
  padding-bottom: 55px;
}

.news_contain:after{
  display: block;
  content: '';
  clear: both;
}
.news_contain{
  margin-top: 56px;
  margin-bottom: 70px;
}
.news{
  width: 360px;
  height: 465px;
  border:1px solid #dcdcdc;
  margin-right: 57px;
  float: left;
  position: relative;
  text-align: center;
  background: #FFFFFF;
}
.news:last-child{
  margin-right:0;
}
.news b{
  display: block;
  width: 100%;
  height: 280px;
  position: relative;
  overflow: hidden;
}
.news b img{
  min-width: 100%;
  height: 100%;
  position: absolute;
  top:50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.date{
  display: none;
  text-align: center;
  margin-bottom: 23px;
  opacity: 0;
  z-index:1000;
}
.news:hover .date{
  opacity:1;
}
.date h1{
  font-size: 48px;
  color: #FFFFFF;
}
.date small{
  font-size: 12px;
  color: #FFFFFF;
}
.news_text{
  width:100%;
  position: absolute;
  left: 0;
  bottom:0;
  background: #FFFFFF;
  z-index:999;
  height: 185px;
  box-sizing: border-box;
  padding-top:45px;
  padding-left:27px;
  padding-right:27px;
  overflow: hidden;
  -webkit-transition: 300ms 0s all linear;
  -moz-transition: 300ms 0s all linear;
  -ms-transition: 300ms 0s all linear;
  -o-transition: 300ms 0s all linear;
  transition: 300ms 0s all linear;
}
.news:hover .news_text{
  height: 289px;
  padding-top:15px;
  background: rgba(12, 170, 112, 0.8);
}
.news_t h5{
  font-size: 18px;
  color: #242424;
  text-align: center;
  font-weight: normal;
  -webkit-transition: 300ms 0s all linear;
  -moz-transition: 300ms 0s all linear;
  -ms-transition: 300ms 0s all linear;
  -o-transition: 300ms 0s all linear;
  transition: 300ms 0s all linear;
}
.news:hover .news_t h5{
  color: #FFFFFF;
}
.news:hover .news_t p{
  color: #FFFFFF;
}
.news_t i{
  display: block;
  width: 26px;
  height: 3px;
  background: #e38710;
  margin: 0 auto;
  margin-top: 13px;
  margin-bottom: 14px;
  -webkit-transition: 300ms 0s all linear;
  -moz-transition: 300ms 0s all linear;
  -ms-transition: 300ms 0s all linear;
  -o-transition: 300ms 0s all linear;
  transition: 300ms 0s all linear;
}
.news:hover i{
  background: #0adf91;
}

.news_t p{
  font-size: 14px;
  color: #a9a9a9;
  -webkit-transition: 300ms 0s all linear;
  -moz-transition: 300ms 0s all linear;
  -ms-transition: 300ms 0s all linear;
  -o-transition: 300ms 0s all linear;
  transition: 300ms 0s all linear;
}
.news&gt;a{
  display: block;
  text-align: center;
  font-weight: bold;
  width: 41px;
  line-height: 41px;
  position: absolute;
  left: 160px;
  bottom: -20px;
  color: #FFFFFF;
  background: #0465d1;
  z-index:1000;
  -webkit-transition: 300ms 0s all linear;
  -moz-transition: 300ms 0s all linear;
  -ms-transition: 300ms 0s all linear;
  -o-transition: 300ms 0s all linear;
  transition: 300ms 0s all linear;
}
.news:hover&gt;a{
  background: #0ac480;
}
.more{
  display: block;
  width: 135px;
  height: 40px;
  margin:0 auto;
  border:1px solid #8c8c8c;
  background: #8c8c8c;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: 300ms 0s all linear;
  -moz-transition: 300ms 0s all linear;
  -ms-transition: 300ms 0s all linear;
  -o-transition: 300ms 0s all linear;
  transition: 300ms 0s all linear;
}
.more:hover{
  color: #8c8c8c;
  background: none;
}


/*footer*/
.footer_b .nav{
  background: url("../image/line.png") no-repeat center;
  overflow: hidden;
}
.footer_b .nav li{
  position: relative;
  z-index: 1;
}
.footer_b .nav li b{
  display: block;
  width: 100%;
  height: 100%;
  z-index:-1;
  border-radius: 0 0 15px 15px;
  position: absolute;
  top: -100%;
  left: 0;
  background: #0caa70;
  -webkit-transition: 300ms 0s all ease;
  -moz-transition: 300ms 0s all ease;
  -ms-transition: 300ms 0s all ease;
  -o-transition: 300ms 0s all ease;
  transition: 300ms 0s all ease;
}
.footer_b .nav li:hover b{
  top:0;
}
.footer_b .nav ul li a{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 58px;
}
.footer_b .nav ul li a:hover{
  background:url("../image/footjt.png") no-repeat center 45px;
}

.footer_b {
  background: #252525;
  padding-bottom: 43px;
}
.footer_b .wrapper:after {
  display: block;
  content: '';
  clear: both;
}
.footer_b h2{
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
  margin-top: 60px;
}


.footer_b .wrapper .hottel {
  float: right;
  width: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer_b .wrapper .hottel p {
  font-size: 16px;
  color: #cecece;
  line-height: 50px;
  padding-left: 45px;
}
.footer_b .wrapper .hottel p:last-child{
  line-height:normal;
}
.hottel p:first-child{ background: url("../image/icon1.png") no-repeat left center;}
.hottel p:nth-child(2){ background: url("../image/icon2.png") no-repeat left center;}
.hottel p:nth-child(3){ background: url("../image/icon3.png") no-repeat left center;}
.hottel p:last-child{ background: url("../image/icon4.png") no-repeat left center;}

.footer_b&gt;.wrapper{
  padding-top: 40px;
}
.footer_b .wrapper .wx {
  float: left;
  width: 300px;
  text-align: center;
  margin-right: 35px;
  margin-top: 26px;
}

.footer_b .wrapper .wx img {
  width: 107px;
  display: block;
  margin:0 auto;
}
.footer_b .wrapper .wx p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  box-sizing: border-box;
  padding-left: 24px;
  letter-spacing: 24px;
}
.footer_b .wx h1{
  font-size: 38px;
  color: #fff;
  text-align: center;
}
.map2{
  width: 505px;
  height: 251px;
  background: #515151;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:7px;
  float: left;
}
#allmap2{
  width: 100%;
  height:100%;
  overflow:hidden;
}



.foot_bot{
  background: #141414;
  line-height: 58px; 
}
.foot_bot p{
  font-size: 14px;
  color: #505050;
}
.foot_bot a{
  font-size: 14px;
  color: #505050;
}
.foot_bot .wrapper:after{
  display: block;
  content: '';
  clear: both;
}
.foot_bot p:first-child{
  float:left;
}
.foot_bot p:last-child{
  float:right;
}

/*äº§å“å­é¡µtable*/

body{
  min-width: 1200px;
}
.z_probg{
  background: #fff;
}</pre></body></html>